home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_452 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  82 b   |  7 lines

  1. i = 1;
  2. while(i <= totalBTN)
  3. {
  4.    eval("btn" + i).enabled = false;
  5.    i++;
  6. }
  7.